home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / pcz31190.arc / PCZFOSSL.DOC < prev    next >
Text File  |  1990-09-29  |  1KB  |  37 lines

  1.  
  2.     FOSSIL is an acronym for "Fido/Opus/SEAdog Standard Interface Layer".
  3.  
  4.  
  5. GETTING STARTED
  6.  
  7. Installing X00.SYS for use with PCZ.EXE
  8.  
  9.           The only file that you actually needs is X00.SYS.
  10.           Copy X00.SYS to the root directory of your boot drive or diskette.
  11.  
  12.           If you are going to use standard comm ports, either  COM1 or COM2
  13.           on a PC/XT/AT, or COM1 through COM8 on a PS/2, then
  14.           add the following line to your CONFIG.SYS file:
  15.  
  16.                DEVICE=X00.SYS E R=1024 T=1024
  17.  
  18.           If you wish to have more than one communications port active
  19.           simultaneously,  then modify the command line to include the
  20.           number of simultaneous active ports you wish to support.  For
  21.           example,  if you are using DESQview and you wish to run a BBS in
  22.           two different windows, then add the following line to your
  23.           CONFIG.SYS file:
  24.  
  25.                DEVICE=X00.SYS E 2 R=1024 T=1024
  26.  
  27.           It should be understood that the above command tells X00 how many
  28.           ports that are to be used simultaneously, not which ports.  PCZ
  29.           may specify 2 serial ports in any order.
  30.  
  31.           For a complete explanation of the features provided by X00.SYS
  32.           please refer to X00USERS.DOC
  33.  
  34.           X00.SYS may be downloaded from the Programmer's Corner under it's
  35.           proper file name  X00V122A.ZIP  or from RENEX BBS 703-494-1713
  36.  
  37.